home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3605 < prev    next >
Encoding:
Text File  |  1996-08-06  |  831 b   |  30 lines

  1. Newsgroups: comp.lang.c++
  2. Path: uu4news.netcom.com!oceania!usenet
  3. From: James Chuang <jchuang@oceania.com>
  4. Subject: Re: spawn from C in Windows
  5. X-Nntp-Posting-Host: 192.131.245.219
  6. Content-Type: text/plain; charset=us-ascii
  7. Message-ID: <3106CEC9.5D27@oceania.com>
  8. Sender: usenet@Oceania.COM (News Account)
  9. Content-Transfer-Encoding: 7bit
  10. Organization: Oceania, Inc.
  11. References: <4dobe7$llg@test24-227.rz.uni-hohenheim.de>
  12. Mime-Version: 1.0
  13. Date: Thu, 25 Jan 1996 00:28:57 GMT
  14. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  15.  
  16. Try CreateProcess() or WinExec().
  17.  
  18. jamesc
  19.  
  20. Arnoud van der Lugt wrote:
  21. > Hi,
  22. > As an unexperienced MVC++ user I tried to use the _spwanl function to
  23. > execute another program from a C program. This don't seems to works
  24. > for MSWindows. How should I do something like this ?
  25. > Arnoud van der Lugt
  26. > lugt@nrs.nl
  27.